home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / Visual Cafe Pro v1.0 / VISCAFE.BIN / View.desc < prev    next >
Encoding:
Text File  |  1997-06-19  |  840 b   |  29 lines

  1. ; ---- symantec.itools.awt.View abstract parent class ----
  2.  
  3. CLASS=symantec.itools.awt.View
  4.  
  5.  
  6. ; ---- symantec.itools.awt.TreeView component ----
  7.  
  8. BASECLASS=java.awt.Component
  9. CLASS=symantec.itools.awt.TreeView
  10.  
  11. SMALLICON=components\TreeView.ico, "0"
  12. ICONSUITE=Icons, "163"
  13.  
  14. FOLDER=Utility
  15. TOOLBAR=Utility
  16.  
  17. AWTEVENT=MOUSE
  18. AWTEVENT=KEYBOARD
  19. AWTEVENT=ACTION
  20.  
  21. PROPERTY=String[], "Items", "TreeStructure", ""
  22. PROPERTY=Color, "Selection Foreground", "FgHilite", "white"
  23. PROPERTY=Color, "Selection Background", "BgHilite", "blue"
  24.  
  25. CONNECTION=output, "int", "", "%name%.getCount()", "Get the number of nodes in the tree"
  26. CONNECTION=output, "int", "", "%name%.getViewCount()", "Get the number viewable nodes in the tree"
  27. CONNECTION=output, "String", "", "%name%.getSelectedText()", "Get the string for the selected node"
  28.  
  29.